home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgpod-common / copyright < prev   
Encoding:
Text File  |  2009-03-06  |  4.9 KB  |  121 lines

  1. This package was debianized by Sebastien Bacher <seb128@debian.org> on
  2. Tue, 22 Nov 2005 10:46:59 +0100.
  3. Current maintainer is Frank Lichtenheld <djpig@debian.org>.
  4.  
  5. It was downloaded from http://www.gtkpod.org/downloads.html
  6.  
  7. Copyright Holders:
  8.  
  9. Copyright (C) 2002-2007 Jorg Schuler <jcsjcs at users.sourceforge.net>
  10.  (original gtkpod code)
  11. Copyright (C) 2005-2008 Christophe Fergeau <teuf at gnome.org>
  12.  (libraryfication)
  13. Copyright (C) 2005-2007 Nick Piper <nick-gtkpod at nickpiper co uk>
  14.  (Python bindings)
  15. Copyright 2005 Steve Wahl <steve at pro-ns dot net>
  16.  (parts of src/itdb_itunesdb.c)
  17. Copyright (C) 2007 Emmanuele Bassi  <ebassi@gnome.org>
  18. Copyright (C) 1995 A.M. Kuchling
  19. Copyright (C) 2006 Dave Benson
  20.  (src/gchecksum.c)
  21. Copyright (c) 20060423 Thomas Perl <thp at perli.net>
  22.  (bindings/python/examples/create_mp3_tags_from_itdb.py)
  23. Copyright (c) 2006 Michael McLellan <mikey@mclellan.org.nz>
  24.  (tests/test-photos.c)
  25. Copyright (C) 2003 Edward Matteucci
  26. Copyright (C) 2007-2008 Daniele Forsi <daniele@forsi.it>
  27.  (po/it.po)
  28.  
  29.  
  30. License:
  31.  
  32.     This package is free software; you can redistribute it and/or
  33.     modify it under the terms of the GNU Lesser General Public
  34.     License as published by the Free Software Foundation; either
  35.     version 2.1 of the License, or (at your option) any later version.
  36.  
  37.     This package is distributed in the hope that it will be useful,
  38.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  39.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  40.     Lesser General Public License for more details.
  41.  
  42.     You should have received a copy of the GNU Lesser General Public
  43.     License along with this package; if not, write to the Free Software
  44.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  45.  
  46. On Debian systems, the complete text of the GNU Lesser General
  47. Public License can be found in `/usr/share/common-licenses/LGPL'.
  48.  
  49. tests/test-checksum.c,
  50. tests/test-covers.c,
  51. tests/test-write-covers.c,
  52. src/itdb_sha1.c:
  53.  3-clause BSD license, see /usr/share/common-licenses/BSD
  54.  
  55. tests/test-rebuild-db.cc:
  56. * Permission is hereby granted, free of charge, to any person obtaining a copy
  57.  * of this software and associated documentation files (the "Software"), to
  58.  * deal in the Software without restriction, including without limitation the
  59.  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  60.  * sell copies of the Software, and to permit persons to whom the Software is
  61.  * furnished to do so, subject to the following conditions:
  62.  *
  63.  * The above copyright notice and this permission notice shall be included in
  64.  * all copies or substantial portions of the Software.
  65.  *
  66.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  67.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  68.  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  69.  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  70.  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  71.  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  72.  * IN THE SOFTWARE.
  73.  
  74. tests/test-fw-id.c,
  75. tests/test-ls.c:
  76. |   This program is free software; you can redistribute it and/or modify
  77. |   it under the terms of the GNU General Public License as published by
  78. |   the Free Software Foundation; either version 2 of the License, or
  79. |   (at your option) any later version.
  80. |
  81. |   This program is distributed in the hope that it will be useful,
  82. |   but WITHOUT ANY WARRANTY; without even the implied warranty of
  83. |   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  84. |   GNU General Public License for more details.
  85. |
  86. |   You should have received a copy of the GNU General Public License
  87. |   along with this program; if not, write to the Free Software
  88. |   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  89.  
  90. On Debian systems, the complete text of the GNU Lesser General
  91. Public License can be found in `/usr/share/common-licenses/GPL'.
  92.  
  93. src/gchecksum.c (Parts):
  94. /* This MD5 digest computation is based on the equivalent code
  95.  * written by Colin Plumb. It came with this notice:
  96.  *
  97.  * This code implements the MD5 message-digest algorithm.
  98.  * The algorithm is due to Ron Rivest.  This code was
  99.  * written by Colin Plumb in 1993, no copyright is claimed.
  100.  * This code is in the public domain; do with it what you wish.
  101.  *
  102.  * Equivalent code is available from RSA Data Security, Inc.
  103.  * This code has been tested against that, and is equivalent,
  104.  * except that you don't need to include two pages of legalese
  105.  * with every copy.
  106.  */
  107. /*
  108.  *  sha.h : Implementation of the Secure Hash Algorithm
  109.  *
  110.  * Part of the Python Cryptography Toolkit, version 1.0.0
  111.  *
  112.  * Copyright (C) 1995, A.M. Kuchling
  113.  *
  114.  * Distribute and use freely; there are no restrictions on further
  115.  * dissemination and usage except those imposed by the laws of your
  116.  * country of residence.
  117.  *
  118.  */
  119.  
  120.  
  121.